home *** CD-ROM | disk | FTP | other *** search
- Notes for running batch files for dedicated servers (NOTE: these only work on Windows machines, Not Linux/Mac).
-
- 1. Place the batch files in your SFSystem directory
- 2. If you want, make SHORTCUTS to them on your desktop or wherever
- 3. If you have installed UT/SF to any other drive than C:\, you MUST edit each of the batch files and change the directory call.
-
- Example:
-
- If you installed UT/SF to D:\ drive, you must change this line:
-
- :top
- C:\UnrealTournament\System\UCC.exe server SFDM-SleepyTown.unr?game=SFGame.SFDM -log=strikeforce.log -INI=StrikeForce.ini -USERINI=SFUser.ini
- copy strikeforce.log strikeforcecrash.log
- goto top
-
- TO READ LIKE THIS:
-
- :top
- D:\UnrealTournament\System\UCC.exe server SFDM-SleepyTown.unr?game=SFGame.SFDM -log=strikeforce.log -INI=StrikeForce.ini -USERINI=SFUser.ini
- copy strikeforce.log strikeforcecrash.log
- goto top
-
- Notice it calls to D:\ instead of C:\
-
-
-
- LET ME KNOW BEFORE THE FINAL RELEASE SO THAT I MAY TWEAK THESE TO INCLUDE THE BASE-SWAP (AFTER I ASK GRUFF) AND THE MAPVOTE (A TRUE MUTATOR).
-
- PS THIS IS FOR YOU AND YOU ONLY OPTI FOR RIGHT NOW TILL WE GET IT TESTED COMPLETELY
-
- Cereal*Killer
-